CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - dijkstra 算法

搜索资源列表

  1. Dijkstra

    0下载:
  2. Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:210319
    • 提供者:wwf
  1. jingtailuyousuanfa

    0下载:
  2. 静态路由算法,也就是大家熟知的Dijkstra算法,对大家学习非常有用!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:13868
    • 提供者:杨海波
  1. 公交线路查询系统的设计方案

    0下载:
  2. 公交线路查询系统的设计方案 以下是我校学生2007年参加全国大学生数学建模竞赛获省一等奖的论文,该文 利用网络拓扑结构的有关理论,建立了公交线路的自主查询系统的数学模型,并给出了 该模型的算法——改进了的Dijkstra算法,得到了两个很好的公交线路查询系统的分级 优先模型与统一模型。
  3. 所属分类:文档资料

    • 发布日期:2010-10-23
    • 文件大小:1774592
    • 提供者:linjianansheng
  1. 最短路算法课件

    0下载:
  2. 最短路算法的课件,课件上附上了Dijkstra算法的源码。
  3. 所属分类:文档资料

  1. Dijkstra流程图

    0下载:
  2. Dijkstra算法的思想代码及流程图
  3. 所属分类:软件工程

    • 发布日期:2011-12-05
    • 文件大小:168448
    • 提供者:wsy1732@126.com
  1. dijkstra

    0下载:
  2. dijkstra算法 matlab语言-dijkstra algorithm matlab
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:3514
    • 提供者:safin
  1. dijkstra

    0下载:
  2. Dijkstra算法的基本思路是:假设每个点都有一对标号 (dj, pj),其中dj是从起源点s到点j的最短路径的长度 (从顶点到其本身的最短路径是零路(没有弧的路),其长度等于零);pj则是从s到j的最短路径中j点的前一点。求解从起源点s-Dijkstra algorithm is the basic idea: the assumption that each point has a pair of numbers (dj, pj), which is a dj point s from
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:50176
    • 提供者:
  1. dijkstra

    0下载:
  2. 用C语言实现的最短路算法 算法描述清楚,未结合文件操作-Realized with C language algorithm for shortest path algorithm described in clear, no combination of file operations
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1032151
    • 提供者:
  1. Dijkstra-path

    0下载:
  2. 在已存在的一些最短路径算法测试总结的基础上,根据GIS中网络计算的实际情况,从网络结构的拓扑表示以及Dijkstra算法中快速搜索技术的实现实现方法。-Already exist in some of the shortest path algorithm test summary based on the GIS, the actual situation of network computing, from the topology of the network structure, as
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:64073
    • 提供者:xuhui
  1. zuiduanlujingfenxi

    0下载:
  2. Dijkstra算法是求解网络中最短路径的精典算法,文中通过改变图的存储结构及搜索方法,减少了内存存储空间,缩短查询时间,以提高该算法在嵌入式GIS系统中路径优化的效率。-Dijkstra algorithm is to solve the classic shortest path network algorithm, the paper map by changing the storage structure and the search for ways to reduce the me
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:149582
    • 提供者:钱程
  1. D

    0下载:
  2. 有关于DIJKSTRA遗传算法的机器人路径规划演示程序。-DIJKSTRA genetic algorithm on the robot path planning demonstration program.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-27
    • 文件大小:1635
    • 提供者:Don
  1. Dijkstra

    0下载:
  2. 介绍了经典DIJKSTRA算法的主要思想-The main idea of the classic DIJKSTRA algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:818502
    • 提供者:夏天
  1. Dijkstra

    0下载:
  2. 这是一个C++编的Dijkstra算法,用于离散数学中求最短路径的问题。-This is a C++ compiled Dijkstra algorithm for shortest path problems in discrete mathematics.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1004
    • 提供者:付评
  1. dijkstra

    0下载:
  2. Dijkstra算法关于最短路径算法的研究与实现-Research and Implementation of Dijkstra' s algorithm shortest path algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:175668
    • 提供者:林枫
  1. dijkstra

    0下载:
  2. 大一时完成的求最短路径算法。利用C语言实现了经典的Dijkstra算法。转化矩阵图求取给定起点至其他结点的最短路径。 -Freshman completed the shortest path algorithm. Using C language to achieve a classic Dijkstra algorithm. Transformation matrix to strike the shortest path to a given starting point to oth
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:1122
    • 提供者:
  1. Dijkstra

    0下载:
  2. 大停电后完成寻找最短发电机启动效率算法,利用了经典Dijkstra算法。-After completion of the blackout efficient algorithm to find the shortest generator start using the classical Dijkstra algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:167606
    • 提供者:
  1. Dijkstra

    0下载:
  2. 暴强Dijkstra算法求任意两点间最短路径(matlab程序)-Dijkstra algorithm for the shortest path between any two points (matlab)
  3. 所属分类:Document

    • 发布日期:2017-04-24
    • 文件大小:31955
    • 提供者:姜好
  1. 信号处理经典算法

    0下载:
  2. 15个信号处理经典算法模型及代码实现,涵盖 Dijkstra.DP.BFS/DFS.红黑树.KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT 等 15 个经典基础算法,
  3. 所属分类:编程文档

    • 发布日期:2015-05-16
    • 文件大小:10926059
    • 提供者:huangxiaohui
  1. 迪杰斯特拉算法与Astar算法比较

    0下载:
  2. 一篇关于迪杰斯特拉算法与Astar算法的论文,全方位的讲解了两种算法的原理以及区别(A paper on Dijkstra algorithm and astar algorithm is presented in this paper)
  3. 所属分类:文章/文档

  1. 徐立华_求解最短路问题的一个计算机算法

    0下载:
  2. 本文提出一个求解最短路问题的计算机算法,可称之为相关边法.它是在利用dijkstra算法的基础上,提出网络最大相关边数的概念,通过构造网络的相关矩阵和判断矩阵,从而计算网络任意两点间的最短距离.用此法求解大网络时,数据输入简单方便,能大大节省计算机内存和提高运行速度,为微计算机解决大网络问题提供了切实可行的算法.
  3. 所属分类:报告论文

« 12 »
搜珍网 www.dssz.com